home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Shareware World / Utilities / Text Processing / Alpha / LaTeX / latex 2e / htmllist.sty < prev    next >
Encoding:
Text File  |  1996-07-23  |  912 b   |  35 lines  |  [TEXT/ALFA]

  1. % LaTeX2HTML Version 96.1 : htmllist.sty
  2. % Optional LaTeX style file
  3. % Written by Herbert W. Swan <dprhws@edp.Arco.com>
  4. % Version 0.1,  December 22, 1995
  5. %
  6. % This file contains definitions of LaTeX commands which are
  7. % processed in a special way by the translator. 
  8. %
  9. %  The htmllist environment is equivalent to the description
  10. %  environment in the printed copy, but produces bold descriptions
  11. %  with optional image marks in the HTML version.
  12. %
  13. %  Example:
  14. %
  15. %    \begin{htmllist}
  16. %    \htmlitemmark{WhiteBall}
  17. %    \item[Item 1:] This will have a white ball
  18. %    \item[Item 2:] This will also have a white ball
  19. %    \htmlitemmark{RedBall}
  20. %    \item[Item 3:] This will have a red ball
  21. %    \end{htmllist}
  22. %
  23. %
  24. % Place this file in a directory accessible to LaTeX (i.e., somewhere
  25. % in the TEXINPUTS path.)
  26. %
  27.  
  28. % Modifications:
  29.  
  30. \newenvironment{htmllist}{%
  31. \begin{description}}{%
  32. \end{description}}
  33.  
  34. \newcommand{\htmlitemmark}[1]{}
  35.